-
Notifications
You must be signed in to change notification settings - Fork 1.4k
modules: wfa-qt: Fix server certificate validation #25220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
modules: wfa-qt: Fix server certificate validation #25220
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: b523b3fcf390e42da2c4f98f6e87b97ba9042c4a more detailssdk-nrf:
hostap:
zephyr:
Github labels
List of changed files detected by CI (26)Outputs:ToolchainVersion: df3cc9d822 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
97b98cc to
d901c88
Compare
|
You can find the documentation preview for this PR here. |
d901c88 to
91e6bbf
Compare
This change pulls in the server validation using exact domain match and domain suffix match options. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
Add changes to read parameters required to validate the server certificate. Also, set the PMF option as required for the realted testcase. Fixes SHEL-3880. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
Fix build errors that are observed after recent hostap upmerge. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
8a2533d to
b523b3f
Compare
Add changes to read parameters required to
validate the server certificate.
Fixes SHEL-3880.